home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 54.zip / BS part 54 / FinalCopyII.adf / SampleMacros / ReadMe < prev    next >
Encoding:
Text File  |  1992-10-12  |  1.7 KB  |  39 lines

  1. This drawer contains a few sample Final Copy II ARexx macros which
  2. may help you get started using Final Copy's ARexx capabilities.
  3. Feel free to modify them to suit your needs. In order to use these
  4. macros you must have ARexx installed and running on your system.
  5. To execute a macro select the ARexx/Other menu item in Final Copy
  6. and choose a macro from the macro requester.
  7.  
  8. CopyObject - Creates a copy of a selected graphic object,
  9.              Box, Oval, or Line.
  10.  
  11. ShadowBox - Creates a shadow for a selected graphic object
  12.             Box, Oval, or ILBM.
  13.  
  14. ToBold
  15. ToBoldItalic
  16. ToItalic
  17. ToNormal    - These macros will detect what the font is at the
  18.               insertion point and then change the font to it's
  19.               Bold, BoldItalic, Italic, or normal equivalent.
  20.               Note that these macros are set up to only work for
  21.               fonts that are named as X, X_Bold, X_BoldItalic,
  22.               and X_Italic, where X is the base name of the font
  23.               such as SoftSans, H, A, etc.
  24.  
  25. FontLoader  - This macro will be useful for those of you who
  26.               want to pre-load your favorite fonts into the font
  27.               menu.  You can modify this macro to load in the
  28.               fonts that you require.  However, please note that
  29.               each font that is loaded will take up additional
  30.               memory, so don't get too carried away with adding
  31.               a zillion fonts. If the font that you wish to load
  32.               is not in the FCFonts/SWOLFonts drawer, then you
  33.               will need to specify the complete pathname of the
  34.               font.
  35.  
  36. DeleteToEndOfLine - This macro will delete text from the insertion
  37.                     point to the end of the current line.
  38.  
  39.